/* Survey CSS*/

/*Define body background and font*/

/*last updated 29 June 2011*/

body  {
	font-family: Arial, helvetica;
	font-size: 14pt;
	background-image: url(../backgrounds/black%20and%20tan%20diamond%20sand%20ripples.JPG);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#562f32;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 10px;
	border-right-style: solid;
	border-left-color: black;
	border-left-width: thin;
	border-left-style: solid;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;}
	
	
.floatleft { float: left; 
	margin: 5px 5px 5px 5px; 
	
	padding: 0px 0px;
	border-spacing: 0px}
	
.floatright { float: right;
	margin: 5px 5px 5px 5px;
		
	padding: 0px 0px;
	border-spacing: 0px}
	
	

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}
	
h2 {	text-align: center;
	font-family:arial, helvetica;
	font-size: 16pt;
	color: aqua;
	font-style; italic;}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FF0;
}
p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0;
}

table

.main {
	border: 3px;
	cell-spacing: 2px;
	cell-padding: 1px;
	background-color:#993300;
	empty-cells: show;
	border-width: 6px;
}

td.smtitle{
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 13pt;
	font-weight: bold;
	font-color: black;}	
	
td.smtitle2{
	background-color:#c3ccf4;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-color: black;}	
	
td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: none;}	

a.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.index-active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
a.index-hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: underline;
	font-weight: bold;
	color: navy;
}

a.index-visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

/*Normal links*/

a.normlink {
	color: #313131;
	font-weight: bold;
	}

a.normlink:link {
	color: #313131;
	text-decoration: none;
	font-weight: bold;}

a.normlink:hover {
	color: navy;
	text-decoration: underline;
	font-weight: bold;}

a.normlink:visited {
	color: gray;
	text-decoration: none
	font-weight: bold;}